home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / prog / tw / tfw.5 / P_HELP_A.TXT < prev    next >
Text File  |  1994-12-07  |  2KB  |  35 lines

  1. Help for ALL protocols
  2.  
  3. Xmodem        Transmits 128 byte blocks with acknowledgement after each
  4.               block.  Available in any communications program, it is the
  5.               slowest of all.  Use only when no other choice is available.
  6.  
  7. SEAlink       An Xmodem variant that is 15-20% faster than Xmodem.
  8.  
  9. Modem7        An Xmodem variant that is seldom used anymore.
  10.  
  11. 1k-Xmodem     An Xmodem variant using 1024 byte blocks, often erroneously
  12.               called Ymodem.  Much faster than Xmodem. Usually the
  13.               third-best choice.
  14.  
  15. G-1k-Xmodem   A 1k-Xmodem variant, for error free channels ONLY (e.g.
  16.               error correcting modems on both ends or direct link).
  17.               One of the fastest protocols.  Often erroneously called
  18.               Ymodem-G.
  19.  
  20. Ymodem        An Xmodem variant using 1024 or 128 byte blocks, which
  21.               transmits the filename, date, and size.  Much faster than
  22.               Xmodem.  Usually the second-best choice.
  23.  
  24. Ymodem-G      A Ymodem variant, for error free channels ONLY (e.g.
  25.               error correcting modems on both ends or direct link).
  26.               Much faster than Xmodem.
  27.  
  28. Zmodem        Usually the best choice, Zmodem transmits data as fast
  29.               as possible on a non-error-free link, transmits the name,
  30.               date, and time of the file, and changes block size as
  31.               line conditions change.  Zmodem can resume aborted transfers
  32.               (if your communications program is configured to do so).
  33.               Many programs detect the host sending a Zmodem "header",
  34.               and initiate the download without any user intervention.
  35.